home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / WIN / VB_CTRLS / CSTM_B.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1994-03-20  |  1.2 KB  |  29 lines

  1. Custom Buttons Demo, Copyright (c) 1994 SoftCircuits Programming
  2. Redistributed by permission.
  3.  
  4. This program may be distributed freely on the condition that it is
  5. distributed in full, and unmodified, and that no fee is charged for such
  6. distribution with the exception of reasonable media and shipping charges.
  7. Any or all portions of the source code may be incorporated into your own
  8. programs, and those programs may be distributed without payment of
  9. royalties on the condition that such programs differ substantially from
  10. this demonstration program.
  11.  
  12. This program demonstrates how to create a number of non-rectangular
  13. buttons. The basic steps include creating bitmaps of the buttons for
  14. each postion, or state, that the button supports. The program then
  15. creates a Windows region used to perform a hit test on the button to
  16. determine if the mouse falls within it. Windows supports rectangular,
  17. elliptical and rounded rectangular (not used here) regions. Windows also
  18. support customized regions that you specify by giving a list of points
  19. that define the region.
  20.  
  21. This program was distributed by:
  22.  
  23.   SoftCircuits Programming
  24.   P.O. Box 16262
  25.   Irvine, CA 92713
  26.   CompuServe: 72134,263
  27.  
  28. SoftCircuits welcomes your comments or questions.
  29.